- binary input
- 1) двоичный вход; ввод двоичной информации2) двоичные входные данные
English-Russian dictionary of computer science and programming. 2013.
English-Russian dictionary of computer science and programming. 2013.
Binary-to-text encoding — A binary to text encoding is encoding of data in plain text. More precisely, it is an encoding of binary data in a sequence of ASCII printable characters. These encodings are necessary for transmission of data when the channel or the protocol… … Wikipedia
Binary symmetric channel — A binary symmetric channel (or BSC) is a common communications channel model used in coding theory and information theory. In this model, a transmitter wishes to send a bit (a zero or a one), and the receiver receives a bit. It is assumed that… … Wikipedia
Binary erasure channel — A binary erasure channel (or BEC) is a common communications channel model used in coding theory and information theory. In this model, a transmitter sends a bit (a zero or a one), and the receiver either receives the bit or it receives a message … Wikipedia
Binary economics — is a heterodox theory of economics that endorses both private property and a free market but proposes significant reforms to the banking system. The aim of binary economics is to ensure that all individuals receive income from their own… … Wikipedia
Binary space partitioning — (BSP) is a method for recursively subdividing a space into convex sets by hyperplanes. This subdivision gives rise to a representation of the scene by means of a tree data structure known as a BSP tree.In simpler words, it is a method of breaking … Wikipedia
Binary-safe — is mainly used in connection with string manipulating functions. A binary safe function is essentially one that treats its input as a raw stream of data without any specific format. It should thus work with all 256 possible values that a… … Wikipedia
Binary function — In mathematics, a binary function, or function of two variables, is a function which takes two inputs. Precisely stated, a function f is binary if there exists sets X, Y, Z such that:,f colon X imes Y ightarrow Zwhere X imes Y is the Cartesian… … Wikipedia
Binary numeral system — Numeral systems by culture Hindu Arabic numerals Western Arabic (Hindu numerals) Eastern Arabic Indian family Tamil Burmese Khmer Lao Mongolian Thai East Asian numerals Chinese Japanese Suzhou Korean Vietnamese … Wikipedia
Binary-coded decimal — In computing and electronic systems, binary coded decimal (BCD) is a digital encoding method for numbers using decimal notation, with each decimal digit represented by its own binary sequence. In BCD, a numeral is usually represented by four bits … Wikipedia
input/output device — ▪ computer technology also known as computer peripheral any of various devices (including sensors) used to enter information and instructions into a computer for storage or processing and to deliver the processed data to a human operator… … Universalium
Binary heap — Example of a complete binary max heap Example of a complete binary min heap A binary … Wikipedia